home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / util4 / memspeed.rdm < prev    next >
Text File  |  1996-02-22  |  1KB  |  34 lines

  1. Short:    Small utility to determine speed of RAM.
  2. Author:   frank@phoenix.owl.de (Frank Wille)
  3. Uploader: frank@phoenix.owl.de
  4. Version:  1.0
  5. Type:     util/cli
  6. Requires: OS2.04
  7.  
  8. This small CLI utility displays the maximum speed in kBytes per
  9. second to read from or write to your RAM. MemSpeed will do a test
  10. in Chip- and in Fast-RAM using a buffer of 128k. The speed test
  11. routine is a loop of 64 MOVE.L instructions running in Supervisor
  12. Mode with interrupts disabled, which will fit in all instruction 
  13. caches from 68020 on.
  14.  
  15. MemSpeed v1.0 is Freeware.
  16.  
  17.  
  18. Here are some results I got by using MemSpeed on my 
  19. A4000/040 (instruction cache was always enabled):
  20.  
  21. ScreenMode  DataCache    ChipRAM r/w    FastRAM r/w  (MB/sec)
  22.  
  23. CyberGFX        on        4.6 / 4.6     11.3 /  6.0
  24.                 off       4.6 / 4.6     10.7 / 10.7
  25.  
  26. 720x512x8       on        1.3 / 1.3     11.3 /  6.0
  27. (DblPAL)        off       1.3 / 1.3     10.7 / 10.7
  28.  
  29. 320x256x8       on        3.5 / 3.5     11.3 /  6.0
  30.                 off       3.5 / 3.5     10.7 / 10.7
  31.  
  32. 320x256x4       on        4.3 / 4.3     11.3 /  6.0
  33.                 off       4.3 / 4.3     10.7 / 10.7
  34.